home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility1 / gs261src.zip / PSFILES.DOC < prev    next >
Text File  |  1993-05-29  |  5KB  |  158 lines

  1.    Copyright (C) 1990, 1992, 1993 Aladdin Enterprises.  All rights reserved.
  2.  
  3. This file is part of Ghostscript.
  4.  
  5. Ghostscript is distributed in the hope that it will be useful, but
  6. WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  7. to anyone for the consequences of using it or for whether it serves any
  8. particular purpose or works at all, unless he says so in writing.  Refer
  9. to the Ghostscript General Public License for full details.
  10.  
  11. Everyone is granted permission to copy, modify and redistribute
  12. Ghostscript, but only under the conditions described in the Ghostscript
  13. General Public License.  A copy of this license is supposed to have been
  14. given to you along with Ghostscript so you can know your rights and
  15. responsibilities.  It should be in a file named COPYING.  Among other
  16. things, the copyright notice and this notice must be preserved on all
  17. copies.
  18.  
  19. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  20.  
  21. This file, psfiles.doc, describes the .ps files distributed with
  22. Ghostscript, other than fonts.
  23.  
  24. For an overview of Ghostscript and a list of the documentation files, see
  25. README.
  26.  
  27. System files
  28. ------------
  29.  
  30. gs_init.ps - Ghostscript reads this automatically when it starts up.  It
  31. contains definitions of many standard procedures and initialization for a
  32. wide variety of things.
  33.  
  34. gs_fonts.ps - gs_init.ps reads this in.  It initializes Ghostscript's font
  35. machinery and provides some utility procedures that work with fonts.
  36.  
  37. gs_statd.ps - gs_init.ps reads this in.  It creates a dummy statusdict and
  38. some other environmental odds and ends for the benefit of PostScript files
  39. that really want to be printed on a LaserWriter.
  40.  
  41. gs_dps1.ps - gs_init.ps reads this in if the dps feature is included in
  42. the configuration.  It provides support for various Display PostScript and
  43. Level 2 features.
  44.  
  45. gs_lev2.ps - gs_init.ps reads this in if the Ghostscript interpreter
  46. includes Level 2 PostScript functions.  It contains definitions of
  47. procedures and miscellaneous initialization for the Level 2 functions.
  48.  
  49. gs_dbt_e.ps - the Dingbats encoding, loaded only if referenced.
  50.  
  51. gs_sym_e.ps - the Symbol encoding, loaded only if referenced.
  52.  
  53. gs_type0.ps - gs_init.ps reads this in if the Ghostscript interpreter
  54. includes composite (Type 0) font capability.
  55.  
  56. Art
  57. ---
  58.  
  59. chess.ps - A black-and-white chessboard.
  60.  
  61. golfer.ps - A gray-scale picture of a stylishly dressed woman swinging a
  62. golf club.
  63.  
  64. escher.ps - A colored version of a hexagonally symmetric Escher drawing of
  65. interlocking butterflies.  Can be printed on monochrome devices, with
  66. somewhat less dramatic results.
  67.  
  68. cheq.ps - A chessboard "font" used by chess.ps (obtained from the Adobe
  69. file server).
  70.  
  71. snowflak.ps - A rectangular grid of intricate colored snowflakes.
  72. (Renders very slowly.)
  73.  
  74. colorcir.ps - A set of nested ellipses made up of colored bars.
  75.  
  76. tiger.ps - A dramatic colored picture of a tiger's head.
  77.  
  78. Utilities
  79. ---------
  80.  
  81. For more information on these utility programs, see the comments at the
  82. beginning of the files.  The ones marked with * have batch files or shell
  83. scripts of the same name (e.g., bdftops, bdftops.bat) to invoke them
  84. conveniently.
  85.  
  86. bench.ps - a file useful for running benchmarks.
  87.  
  88. * bdftops.ps - a utility for converting BDF fonts to outline form: see
  89. fonts.doc for more information.
  90.  
  91. * gslp.ps - a utility for doing "line printing" of plain text files.
  92.  
  93. impath.ps - a utility for reconstructing outlines from bitmap images,
  94. used by bdftops.
  95.  
  96. landscap.ps - a file that you can put in front of your own files to get
  97. them rendered in landscape mode.
  98.  
  99. level1.ps - a file that turns off any Level 2 features.
  100.  
  101. prfont.ps - a utility to print a font catalog.
  102.  
  103. ps2ascii.ps - a utility for extracting the ASCII text from PostScript
  104. source files.  It redefines many operators.  For more information,
  105. see the comments in the file.
  106.  
  107. ps2epsi.ps - a utility for converting an arbitrary PostScript file
  108. into EPSI form.
  109.  
  110. ps2image.ps - a utility for converting an arbitrary PostScript file into a
  111. .ps file consisting of just PostScript bitmaps, one per page.
  112.  
  113. * pstoppm.ps - a utility for rendering PostScript files onto PPM (bitmap)
  114. files.
  115.  
  116. quit.ps - a file containing just the word "quit".
  117.  
  118. showpage.ps - a file containing just the word "showpage".
  119.  
  120. waterfal.ps - a utility to print a "waterfall" of fonts at different
  121. sizes.
  122.  
  123. Development tools
  124. -----------------
  125.  
  126. decrypt.ps - a utility for decrypting the eexec section of a font.
  127.  
  128. markpath.ps - a utility for showing the points on a path.
  129.  
  130. mergeini.ps - a utility for merging all the initialization files into
  131. a single file.
  132.  
  133. pcharstr.ps - a utility for printing out the CharStrings and Subrs in a
  134. Type 1 font.
  135.  
  136. ppath.ps - a couple of utilities for printing out the current path, for
  137. debugging.
  138.  
  139. traceop.ps - a utility for tracing uses of any procedure or operator
  140. for debugging.
  141.  
  142. unprot.ps - a prologue to disable access checking.
  143.  
  144. winmaps.ps - a utility for creating mappings between the Adobe encodings
  145. and the Microsoft Windows character sets.
  146.  
  147. wrfont.ps - a utility for writing out an unprotected Type 1 font, such as
  148. the standard Ghostscript fonts.
  149.  
  150. Odds and ends
  151. -------------
  152.  
  153. empty.ps - an empty file.
  154.  
  155. lines.ps - a test program for line joins and caps.
  156.  
  157. type1ops.ps - the Type 1 font format opcodes.
  158.